home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / config / s5r4.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-11-28  |  537 b   |  29 lines

  1. #ifndef _H_CONFIG
  2. #define _H_CONFIG
  3.  
  4. #ifndef SYS5
  5. #define         SYS5            /* System 5 */
  6. #ifndef SVR4
  7. #define         SVR4            /*    Release 4 */
  8. #endif
  9. #endif
  10.  
  11. #define         GDBM
  12.  
  13. /* define the following if you require BIND nameserver support for SMTP */
  14. /* #define NAMESERVER   */
  15.  
  16. #define PP_DEBUG_ALL    2
  17. #define PP_DEBUG_SOME   1
  18. #define PP_DEBUG_NONE   0
  19.  
  20. #define PP_DEBUG PP_DEBUG_ALL
  21.  
  22. /*
  23.  * define the following if  you require user tools to use uk domain ordering 
  24.  * by default
  25.  * #define UKORDER
  26.  */
  27.  
  28. #endif
  29.